Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Update notes and prepare for rococo-v1 compatability #50

Merged
merged 17 commits into from
May 3, 2021

Conversation

nuke-web3
Copy link
Contributor

@nuke-web3 nuke-web3 commented Apr 20, 2021

Included

  • .gitignore added & yarn upgrade
  • rococo note in README, links to commits
  • note pre-req on tutorials
  • note on machine requirements to build (RAM & CPU, causes build to give SIGKILL error)
  • add BEEFY keys to chainspec
    • Add note on how to derive encoding with subkey / node-binary key cli command
      • uses PR to substrate, not going to be backported to v3.0.0.
      • Update subkey install instructions to install subkey from this commit
    • Add notes on how to modify chainspec.rs to generate this on build for you
    • Use new subkey output format for BEEFY
  • add updates from @tansaku Update 1-launch.md #52 and Update 2-register.md #53
  • closes Fix github pipeline (2 issues) #27 - remove docker flow in CI (leave docker files)
    • reference docker files to use for yourself (not pre-built)
  • closes Expand or prune Development section #14 - will resolve to remove or enhance
  • add 4th validator chainspec files (Dave)
    • More stable for having 2 parachains
    • Every parachain needs 2 validators (technically minimum is equal, but very likely to fail at runtime)
    • We start 2 parachains, thus we want a 4 node option ready.
  • [ ]
  • (more...)

@nuke-web3 nuke-web3 marked this pull request as draft April 20, 2021 03:35
@nuke-web3 nuke-web3 added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 20, 2021
@nuke-web3 nuke-web3 changed the title [WIP] Update latest rococo-v1 [WIP] Update to Latest rococo-v1 Apr 20, 2021
@nuke-web3 nuke-web3 requested a review from al3mart April 23, 2021 16:29
@nuke-web3 nuke-web3 self-assigned this Apr 23, 2021
Copy link
Contributor

@al3mart al3mart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove real-overseer feature from polkadot build
cargo build --release

Add 4 validator config keys to snippets-to-copy

@nuke-web3 nuke-web3 marked this pull request as ready for review April 28, 2021 17:13
@nuke-web3 nuke-web3 changed the title [WIP] Update to Latest rococo-v1 Update notes and prepare for rococo-v1 compatability Apr 28, 2021
Copy link
Contributor

@al3mart al3mart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added Four Validators to shared/chainspecs/snippets-to-copy.md

@nuke-web3 nuke-web3 merged commit f184037 into master May 3, 2021
@nuke-web3 nuke-web3 deleted the update-latest-rococo-v1 branch May 3, 2021 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix github pipeline (2 issues) Expand or prune Development section
3 participants